Merged
Conversation
- change the schedule field to interval
a37e800 to
401967f
Compare
Pull Request Test Coverage Report for Build 228
💛 - Coveralls |
0c5ec65 to
eef8240
Compare
eef8240 to
6f74c9d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
It enables background scheduling
Description of Task to be completed?
The front end runs concurrently with background process to check for scheduled checks and runs them.
This updates the database on completion
How should this be manually tested?
requirements.txtredis-servercelery beat -A celery_worker.celery --loglevel=infoEnsure to update the config at this stage
CELERY_IMPORTS = ("application.monitoring_tasks",)celery worker -A celery_worker.celery --loglevel=infoApparently the UI is not updated automatically, on refreshing the page, results should show on the dashboard.
Any background context you want to provide?
These checks are currently testing only status code and the response time
What are the relevant pivotal tracker stories?
155450742
Screenshots (if appropriate)